From 94c199e8fc6b80e16f82d27839b47cbe79933b13 Mon Sep 17 00:00:00 2001 From: "iap10@freefall.cl.cam.ac.uk" Date: Thu, 18 Aug 2005 14:17:22 +0000 Subject: [PATCH] Make antispoof default to 'no' in network-script as the default in xend is 'no'. Having them different only causes confusion. Signed-off-by: ian@xensoure.com --- tools/examples/network-bridge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/examples/network-bridge b/tools/examples/network-bridge index dd4b85f588..24b3ae3a12 100755 --- a/tools/examples/network-bridge +++ b/tools/examples/network-bridge @@ -51,7 +51,7 @@ for arg ; do export "${arg}" ; done bridge=${bridge:-xen-br0} netdev=${netdev:-eth0} -antispoof=${antispoof:-yes} +antispoof=${antispoof:-no} echo "*network $OP bridge=$bridge netdev=$netdev antispoof=$antispoof" >&2 -- 2.30.2